func github.com/google/go-cmp/cmp.newState

3 uses

	github.com/google/go-cmp/cmp (current package)
		compare.go#L94: 	s := newState(opts)
		compare.go#L114: 	s := newState(opts)
		compare.go#L186: func newState(opts []Option) *state {